ReadMint(Stream,Func<String,Int32,Byte[]>) Method
In This Topic
Read MINT Stream to reconstruct DICOM data from MINT data
Syntax
'Declaration
Public Overloads Sub ReadMint( _
ByVal As System.IO.Stream, _
ByVal As System.Func(Of String,Integer,Byte()) _
)
public void ReadMint(
System.IO.Stream ,
System.Func<string,int,byte[]>
)
Parameters
- MintInputStream
- MINT input Stream
- GetBinaryDataAsStream
- User defined Func to obtain binary data for a specific bid
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also